home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 394
- Height = 258
- Caption = 'Hints Example 2'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- OnCreate = FormCreate
- TextHeight = 13
- object SG: TStringGrid
- Left = 8
- Top = 16
- Width = 368
- Height = 201
- ColCount = 15
- DefaultColWidth = 25
- DefaultRowHeight = 18
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing]
- ParentShowHint = False
- RowCount = 10
- ShowHint = False
- TabOrder = 0
- OnMouseMove = SGMouseMove
- end
- object Timer1: TTimer
- Interval = 100
- OnTimer = Timer1Timer
- Left = 184
- Top = 104
- end
- end
-